    /* ===== GLOBAL (SAFE) ===== */
body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    background: #f5f6f8;
}

/* ===== PRODUCTS PAGE ===== */
.products-page {
    background: #f5f6f8;
    padding: 40px 0;
}

/* ===== TITLE ===== */
.product-title {
    text-align: center;
    margin-bottom: 30px;
}

.product-title h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 5px;
}

.product-title p {
    color: #777;
    font-size: 14px;
}

/* ===== LAYOUT ===== */
.product-layout {
    display: flex;
    max-width: 1200px;
    margin: auto;
    gap: 25px;
    align-items: flex-start;
}

/* ===== SIDEBAR ===== */
.product-sidebar {
    width: 240px;
    background: #ffffff;
    padding: 20px;
    border-radius: 12px;
}

.product-sidebar h3 {
    margin-bottom: 15px;
    font-size: 16px;
}

.product-sidebar ul {
    padding: 0;
    margin: 0;
}

.product-sidebar li {
    list-style: none;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    color: #555;
    transition: 0.3s;
}

.product-sidebar li:hover {
    color: #000;
    font-weight: 500;
}

/* ===== PRODUCT GRID ===== */
.product-grid {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

/* ===== PRODUCT CARD ===== */
.product-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* ===== IMAGE ===== */
.product-image {
    height: 180px;
    background: #f3f4f6;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ===== TEXT ===== */
.product-name {
    text-align: center;
    padding: 12px;
    background: #e6ebf2;
    font-size: 14px;
    font-weight: 500;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
    .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .product-layout {
        flex-direction: column;
    }

    .product-sidebar {
        width: 100%;
    }

    .product-grid {
        grid-template-columns: 1fr;
    }
}



/* ===== FOOTER LAYOUT FIX ===== */

/* CONTAINER */
footer .container {
max-width: 1200px;   /* correct width */
margin: 0 auto;
padding: 0 20px;     /* side spacing */
}

/* ROW */
footer .row {
display: flex;
justify-content: space-between;
align-items: flex-start;
gap: 40px;   /* perfect spacing */
}

/* COLUMNS */
footer .col-md-3 {
flex: 0 0 33.33%;
max-width: 33.33%;
}

/* FOOTER HEIGHT */
footer {
padding: 90px 0 60px;
}





.store_content p {
    margin: 4px 0;
    font-size: 14px;
    color: #ccc;
    line-height: 1.6;
}


.about_store_custom {
    display: flex;
    flex-direction: column;
    gap: 12px;
}







.footer .row, footer .row {
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-start;
    gap: 50px;
    flex-wrap: nowrap;
}


.row {
    margin-right: -15px;
    margin-left: -15px;
}










.about_store_custom {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.footer_panel {
    padding: 0 15px;
}
.content_space {
    margin-bottom: 45px;
}



footer .col-md-3 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
footer .col-md-3 {
    flex: 1;
    max-width: 25%;
}
@media (min-width: 992px) {
    .col-md-3 {
        width: 25%;
    }
}



.footer_panel .account_foot li {
    display: block;
    margin-bottom: 10px;
}


.fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    /* -moz-osx-font-smoothing: grayscale; */
}





.account_foot li {
    font-size: 14px;
    line-height: 1.7;

    font-weight: 400;        /* 🔥 PERFECT weight (not thin, not bold) */
    letter-spacing: 0.2px;

    color: #ffffff;

    text-shadow: none;       /* 🔥 REMOVE blur/glow */
    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}











/* ADDRESS (main) */
.account_foot li {
    font-size: 15px;
    font-weight: 350;
    line-height: 1.7;
    color: #ffffff;
}

/* PHONE + EMAIL (smaller) */
.account_foot li:nth-child(2),
.account_foot li:nth-child(3) {
    font-size: 15px;   /* 🔥 slightly smaller */
    color: #cfd8e3;    /* 🔥 softer color */
}



.account_foot li {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;          /* 🔥 exact size */
    font-weight: 400;           /* 🔥 perfect thickness */
    line-height: 1.75;          /* 🔥 spacing match */
    
    color: #ffffff;
    letter-spacing: 0.2px;

    margin-bottom: 14px;

    text-shadow: none;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}




























/* ================================
FORCE NAVBAR LOGO CENTER FIX
================================ */

.navbar-header {
    height: 90px !important;
    position: relative !important;
}

.navbar-brand {
    position: absolute !important;
    top: 60% !important;
    left: 0 !important;
    
    transform: translateY(-50%) !important;

    display: flex !important;
    align-items: center !important;

    height: auto !important;

    padding: 0 !important;
    margin: 0 !important;
}

/* FORCE IMAGE CENTER */
.navbar-brand img,
.navbar-brand .logo,
.logo {
    height: 55px !important;
    width: auto !important;

    display: block !important;

    margin: 0 !important;
    padding: 0 !important;

    position: relative !important;
    top: 0 !important;
}

/* REMOVE TEMPLATE PUSH */
.logo-header img,
.logo-header .logo,
.navbar-brand img.logo {
    margin-top: 0 !important;
    top: 0 !important;
    vertical-align: middle !important;
}

/* MOBILE FIX */
@media only screen and (max-width:767px){

    .navbar-header{
        height:70px !important;
    }

    .navbar-brand img,
    .navbar-brand .logo,
    .logo{
        height:42px !important;
    }

}